func net.doBlockingWithCtx

5 uses

	net (current package)
		cgo_unix.go#L47: func doBlockingWithCtx[T any](ctx context.Context, lookupName string, blocking func() (T, error)) (T, error) {
		cgo_unix.go#L119: 	return doBlockingWithCtx(ctx, network+"/"+service, func() (int, error) {
		cgo_unix.go#L236: 	return doBlockingWithCtx(ctx, name, func() ([]IPAddr, error) {
		cgo_unix.go#L264: 	return doBlockingWithCtx(ctx, addr, func() ([]string, error) {
		cgo_unix.go#L323: 	return doBlockingWithCtx(ctx, hostname, func() ([]dnsmessage.Resource, error) {